ContentType(String, String, String) Constructor
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public ContentType(
string type,
string subtype,
string charset
)
Public Sub New (
type As String,
subtype As String,
charset As String
)
Parameters
- type String
- The type.
- subtype String
- The subtype.
- charset String
- The charset.